Objects Types and Constants Properties Methods Object Hierarchy Index
Returns the BrushStyle object's bitmap file name.
C++:
#include "imsigx.h"
HRESULT hr = pObject->get_Bitmap(&prop1);
HRESULT hr = pObject->put_Bitmap(prop2);
Visual Basic:
prop1 = object.Bitmap
object.Bitmap = prop2
Parts:
prop1 |
BSTR |
[out][retval] |
The bitmap file name. |
prop2 |
BSTR |
[in] |
The bitmap file name. |
Objects Types and Constants Properties Methods Object Hierarchy Index
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums